home *** CD-ROM | disk | FTP | other *** search
/ PC Electronics Plus 3 / PC Electronics Plus 3.iso / coil01 / descrip.mms < prev    next >
Text File  |  1992-12-20  |  429b  |  21 lines

  1. CFLAGS=        /DEBUG/NOLIST
  2. hfiles=        lyle.h-
  3.  
  4. ofiles=        coil.obj-
  5.         formulae.obj-
  6.         mathl.obj-
  7.         tables.obj-
  8.  
  9. coil.exe : $(ofiles)
  10.     LINK  coil/option
  11. tables.exe : $(ofiles)
  12.     LINK  tables/option
  13. coil.obj : coil.c,$(HFILES)
  14.     CC $(CFLAGS) coil
  15. formulae.obj : formulae.c,$(HFILES)
  16.     CC $(CFLAGS) formulae
  17. mathl.obj : mathl.c,$(HFILES)
  18.     CC $(CFLAGS) mathl
  19. tables.obj : tables.c,$(HFILES)
  20.     CC $(CFLAGS) tables
  21.